home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 16 / 016.d81 / t.ml merge boot < prev    next >
Text File  |  2022-08-26  |  1KB  |  84 lines

  1.  
  2.             ML MERGE
  3.  
  4.  
  5. Written by: Jeff Johnson
  6.  
  7.  
  8.   This program will take two BASIC
  9.  
  10. programs, interlace them, and save
  11.  
  12. the resulting program back to disk.
  13.  
  14. ML MERGE is wonderful for adding
  15.  
  16. routines to programs.  It will handle
  17.  
  18. BASIC lines up to 256 characters
  19.  
  20. long.
  21.  
  22.   To use ML MERGE, LOAD"ML MERGE",8
  23.  
  24. and then type RUN.  The screen will
  25.  
  26. clear and ask you for a primary file.
  27.  
  28. This is usually the most important
  29.  
  30. program.  Secondly, you will be
  31.  
  32. asked for the secondary file.  This
  33.  
  34. is usually the program of lesser
  35.  
  36. importance. Lastly, you will be asked
  37.  
  38. for the output file name.  This is
  39.  
  40. the name of the program that you want
  41.  
  42. to contain the result of the merger.
  43.  
  44. When the merge is complete, you are
  45.  
  46. returned to BASIC and if there were
  47.  
  48. any errors in the merge, you will be
  49.  
  50. notified.
  51.  
  52.   It should be noted that if the same
  53.  
  54. line number exists in both files,
  55.  
  56. only the line from the primary file
  57.  
  58. will be put into the merged program.
  59.  
  60.   Before you RUN ML MERGE, please be
  61.  
  62. sure that you know what files you
  63.  
  64. want to merge and in what order.
  65.  
  66. There is no DIRECTORY function in the
  67.  
  68. program.  Also be sure there is plenty
  69.  
  70. of room on your disk for the new
  71.  
  72. program.
  73.  
  74. *** NOTE ***
  75.   Because of the nature of this
  76. program, it does NOT return to the
  77. LOADSTAR environment.  Please be sure
  78. you want to RUN it before you do so.
  79.  
  80.  
  81. >Files used: ML MERGE
  82.  
  83. ---------< end of article >-----------
  84.